Goto

Collaborating Authors

 credit card behavior


Customer segmentation with credit card behavior clustering

#artificialintelligence

I will show how to derive basic customer segmentation by clustering credit card behavior. I first load my data into a pandas dataframe and view the first 5 observations. CUSTID is not useful for modeling, so I drop the column. The remaining columns are numeric. Numeric features are great for cluster analysis.